public method O2G2Ptr(T).operator ->()

Brief

Member operator.

Declaration
C++
bool  operator ->() ()

Details

The operator lets the application use an instance of O2GPtr template exactly in the same way as the reference pointer can be used.

Declared in O2G2Ptr(T)

back